home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / common2.cst / 00105_done.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  239 b   |  11 lines

  1. on mouseDown me
  2.   global gClothingList
  3.   if bounceButton(the clickOn) then
  4.     if count(gClothingList)>0 then
  5.       puppetsound 1,"2forget,prompt"
  6.       updatestage
  7.     else
  8.       go to movie the moviePath&"L02Exit"
  9.     end if
  10.   end if
  11. end